home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part2 / 13491 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.3 KB

  1. Path: EU.net!sun4nl!xs4all!usenet
  2. From: jtv@xs4all.nl (Jeroen T. Vermeulen)
  3. Newsgroups: comp.sys.amiga.misc,comp.sys.amiga.programmer
  4. Subject: Re: toy operating systems, like AmigaOS
  5. Date: Sat, 20 Apr 96 13:46:09
  6. Organization: Leiden University, Mathematics & Computer Science, The Netherlands
  7. Message-ID: <19960420.7B94D10.C366@asd10-02.dial.xs4all.nl>
  8. References: <skllsf.984983.4.5@groomlake.mil> <4kplgo$o9r@canyon.sr.hp.com> <4ksu6q$haa@nadine.teleport.com> <31724980.226C@herts.ac.uk> <Dpy2GC.1nn@wiloyee.shnet.org> <4l4cda$dhn@daily-planet.execpc.com> <317680F0.1ADF@ba.ssdn.skellefte.se>
  9. NNTP-Posting-Host: asd10-02.dial.xs4all.nl
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=iso-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-NewsSoftware: GRn 2.1 Feb 19, 1994
  14.  
  15.  
  16. In article <317680F0.1ADF@ba.ssdn.skellefte.se> Johan R=?iso-8859-1?Q?=F6nnblom <JRo0605@ba.ssdn.skellefte.se>?= writes:
  17.  
  18. > Isn't there a memory protection system for the Amiga? I heard about something called
  19. > 'Sushi', however, as I don't have a MMU I have not tested it. But still, even if you have
  20. > memory protection, couldn't a program still crash the computer, ie locking up the
  21. > processor or something, so that other programs are lost?
  22.  
  23. Sushi doesn't require an MMU; it's just a little tool that redirects the output
  24. from *MungWall* (which doesn't require an MMU either) to a window.
  25.  
  26. MungWall is a nifty util that adds "walls" of a few words with the same repeated
  27. value on either side of each AllocMem()'d block of memory, and when you
  28. FreeMem() it checks whether you've overwritten any of those words.  It also
  29. fills completely unallocated memory with some easy-to-recognize value.  Of
  30. course this doesn't actually protect your memory, but it helps detect bugs (at
  31. some performance cost, of course).
  32.  
  33. But I do believe there is a test version of a memory protection system on Aminet
  34. called Hack-o-RAMa.  This one, needless to add, does require an MMU.
  35.  
  36. --
  37. ============================================================================
  38. #  Jeroen T. Vermeulen   \"How are we doing kid?"/   Yes, we use Amigas.   #
  39. #---  jtv@xs4all.nl    ---\"Oh, same as always."/--         ...          --#
  40. #jvermeul@wi.leidenuniv.nl \ "That bad, huh?"  /  Got a problem with that? #
  41. We have enough politicians to destroy the world 5 times over--shouldn't once be enough?
  42.